Clone Recipe

Request
path Parameters
id
required
string
Request Body schema: application/json
shallow
boolean or null
property name*
additional property
any
Responses
200

Ok

post/recipes/{id}/clone
Request samples
application/json
{
  • "shallow": true
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "creator": "string",
  • "title": "string",
  • "projectIds": [
    ],
  • "ontology": {
    },
  • "labelScript": "string",
  • "toolsSettings": {
    },
  • "uiSettings": {
    },
  • "metadata": {
    },
  • "v2": true
}